home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / pprint55.zip / PPRINT.DOI < prev    next >
Text File  |  1991-11-14  |  24KB  |  639 lines

  1.  
  2.  
  3.         ATTENTION:  This is a sample text of how to use the new printer
  4.         codes for PPRINT.  The PPRINT.DOC file was generated using this
  5.         file.  This file is not complete, but is provided for your
  6.         review to learn how to use the /DF parameter and codes.
  7.  
  8.  
  9.                                   P P R I N T
  10.  
  11.  
  12.  
  13.  
  14.                            Users Guide and Reference
  15.  
  16.  
  17.  
  18.  
  19.           -------------------------------------------------------
  20.           A General purpose printing system for all computers and
  21.           printers
  22.           -------------------------------------------------------
  23.  
  24.  
  25.                                     Shareware
  26.  
  27.                                        by
  28.  
  29.                                    Patri-Soft
  30.                                   (ASP Member)
  31.  
  32.                               (714) 352-2820 (Voice)
  33.                               (714) 352-2825 (BBS)
  34.                               (714) 352-1527 (FAX)
  35.  
  36.                                    Version 5.5
  37.                                   September 1991
  38.  
  39.  
  40.                                           ┌─────────┐
  41.                                     ┌─────┴───┐     │              (tm)
  42.                                     │         │o    │──────────────────
  43.                                     │   ┌─────┴╨──┐ │  Association of
  44.                                     │   │         │─┘  Shareware
  45.                                     └───│    o    │    Professionals
  46.                                     ────│    ║    │────────────────────
  47.                                         └────╨────┘    * Member *
  48.  
  49.  
  50.                       Support BBS --  Patriquin's BBS
  51.                              714-352-2825 (DATA)
  52.  
  53.  
  54.                 Copyright 1986, 1987, 1988, 1989, 1991 by Patri-Soft
  55.  
  56. $h1
  57.      PPRINT  Version 5.5  &&MTHYEAR        Copyright &&YR by Patri-Soft
  58. $h2
  59.      ______________________________________________________________________
  60. $toc
  61. $h1
  62.      PPRINT  Ver. 5.5  &&MTHYEAR       Copyright &&YR  Patri-Soft  Page &&P
  63. $h3
  64.  
  65. $T1   Introduction
  66.       ------------
  67.  
  68.       PPRINT is a general purpose print utility that can be used with
  69.       HP laser or other printers.
  70.  
  71.       PPRINT will scan a directory and select files for printing.
  72.       Print control parameters govern the print process.  A special
  73.       print feature for the HP laserjet printer allows printing
  74.       two pages on both halves of a side of paper.  This is especially
  75.       nice for printing large documents as it saves paper and print
  76.       time.
  77.  
  78.       PPRINT is special and unique because it is customisable to
  79.       any printer type.  It also allows you to access printer
  80.       features not normally availaable for printing normal text files.
  81.  
  82.       I know there are too many command parameters for each user to
  83.       learn.  PPRINT has all these features to support the many
  84.       different printers and features available today.  I have designed
  85.       PPRINT to provide be a single utility that will accomplish most
  86.       all print tasks.  An installation can standardize on one one print
  87.       utility even though it has users with many different kinds of
  88.       printers.
  89.  
  90.       Type the PPRINT command without parameters to get help about
  91.       command parameters available.  Once you learn the parameters you
  92.       use most often, set up DOS batch files to make printing easier.
  93.  
  94.       If you have questions, problems, ideas, or requests, please
  95.       don't hesitate to contact me through my online support BBS.
  96.       You are allowed immediate access the first call.  The number
  97.       is 714-352-2825.
  98. $PAGE
  99. $T1   Command Definition
  100.       ------------------
  101.  
  102.       PPRINT allows many command parameter switches to be specified to
  103.       customize the printing process.  All these parameters are
  104.       optional. The command format and switch parameters are described
  105.       below.  A quick review of command parameters is always available
  106.       by entering the PPRINT command with no parameters.
  107.  
  108. $t2   COMMAND FORMAT:
  109.  
  110.       PPRINT  filespec  [ (/ switches) ]
  111.  
  112.  
  113.       filespec
  114.           Enter a DOS file specification.  Pathnames and standard DOS
  115.           wildcard characters are allowed.
  116.  
  117. $BARS
  118.           You may optionally supply a file containing a list of input file
  119.           names.  Create a file containing a filename or complete pathname
  120.           on each line.  Specify the name of this file as the filename
  121.           for PPRINT and add the "@" character before the name.  The list
  122.           of files will be processed as if they were all specified on the
  123.           input command line.
  124.  
  125.           For file list processing, PPRINT understands the output of the
  126.           DOS DIR command.  You may use the DOS redirection feature to
  127.           direct DIR output to a file, edit the file to add or remove
  128.           entries, and then provide this to PCOPY as input.  For example:
  129.  
  130.               DIR A: >DIRLIST
  131.               (edit dirlist)
  132.               PPRINT @DIRLIST B:
  133. $BARE
  134.  
  135. $T2   Command Parameters
  136.       ------------------
  137.  
  138. $x3   /AP  --  Set PIFONTA
  139.       /AP       Set printer to print using PI FONT A character set.
  140.                 For laser and other compatible printers.
  141.                 (See also Printer Definition file)
  142.  
  143.  
  144. $x3   /B:  --  Begin with filename
  145.       /B:filename  When a wildcard name is supplied to indicate
  146.                 multiple files are to be printed, this parameter
  147.                 indicates to skip all files until this filename
  148.                 is found.
  149.  
  150.  
  151. $x3   /BA  --  Batch processing
  152.       /BA       BAtch command operation.  Causes PPRINT to ignore
  153.                 keystrokes entered during processing and to
  154.                 immediately end terminate processing when all
  155.                 printing is complete.  You will not be asked to press
  156.                 any key to erase the print status window.
  157.  
  158.  
  159. $page
  160. $x3   /BM  --  Bottom margin lines
  161.       /BM:nn    Number of lines of bottom margin
  162.  
  163.  
  164. $x3   /BW  --  Black & WHite mode
  165.       /BW       Force PPRINT to use black and white screen
  166.                 colors instead of its normal default attributes.
  167.  
  168.  
  169. $X3   /C   --  Compressed printing
  170.       /C        Sends code to printer to force compressed print.
  171.  
  172.  
  173. $X3   /CO: --  Multiple copies
  174.       /CO:nn    Specify the number of copies of each file to be
  175.                 printed.
  176.  
  177.  
  178. $X3   /Cn  --  Alternate display colors
  179.       /C2 /C3   These options change PPRINT's screen colors.  If you
  180.                 like the colors they produce over the standard colors,
  181.                 specify them using the SET PPRINT=/C2 command.  This
  182.                 will place them in the DOS environment where PPRINT can
  183.                 use them for each execution.
  184.  
  185.  
  186. $X3   /DB  --  Double strike mode
  187.       /DB       Set printer to print using its Double Strike mode.
  188.                 (See also Printer Definition file)
  189.  
  190.  
  191. $BAR7
  192. $X3   /DF      Document formatting codes included
  193.       /DF       Document Formatting.  The input file to be printed is
  194.                 prepared with PPRINT document formatting codes.  The
  195.                 codes allow PPRINT to format the document with page
  196.                 breas, headings, footings, and Table of Contents.
  197.  
  198.                 See the Document Formatting section of this manual
  199.                 more information about this feature.
  200.  
  201.  
  202. $X3   /DS  --  Double Space
  203.       /DS       Double space printed output
  204.  
  205.  
  206. $page
  207. $X3   /D:  --  Select files based on date
  208.       /D:[(]xxx Date.  Select files based on the relationship between
  209.          [)]    their last update date and the date specified.  This
  210.          [=]    parameter includes a date or number of days value.
  211.                 It may also contain a modifier that reverses or
  212.                 modifies the use of the date specified.
  213.  
  214.                 When xxx contains a date the date is compared to the
  215.                 last update date of the file.  The last update date
  216.                 of the file is the date contained in its directory
  217.                 entry.  The file is selected if the condition specif